home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / gt1700_1.zip / LOGON.SCR < prev    next >
Text File  |  1991-09-24  |  370b  |  21 lines

  1. clear
  2. writeln "CONNECT with '" %name "'"
  3. quiet off
  4. alarm
  5. quiet on
  6. twait 1500
  7. clear
  8. when "More?" then "y|"
  9. wait for "[y/n]"
  10. when "More?"
  11. sendln "y"
  12. wait for "name:"
  13. sendln "Paul"
  14. sendln "Meiners"
  15. sendln "y"
  16. function immediate "%P|"
  17. when "More?"            then "n|"
  18. when "bulletin number:" then "|"
  19. when "tinue:"           then "|"
  20. wait for "help):"
  21.